projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0daab9
)
(copyright): Add final \n.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 11 Oct 2001 01:50:43 +0000
(
01:50
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 11 Oct 2001 01:50:43 +0000
(
01:50
+0000)
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index 228981364682bc0db1d5f9fce980f43c2842043b..70c15bf3ec23184176e2a034401c7964351ae05b 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-156,7
+156,7
@@
copyright, if any, are updated as well."
str)
'(if (> (point) copyright-limit)
(message "Copyright extends beyond `copyright-limit' and won't be updated automatically."))
- comment-end)
+ comment-end
\n
)
(provide 'copyright)